projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74dcae4
)
Fix syntax for find.
author
Andreas Schwab
<schwab@suse.de>
Tue, 10 Dec 2002 16:53:12 +0000
(16:53 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 10 Dec 2002 16:53:12 +0000
(16:53 +0000)
mac/make-package
patch
|
blob
|
history
diff --git
a/mac/make-package
b/mac/make-package
index 81ea44915fb11d4ebb161e324847315189ea3adb..df781c0f49959bc917f9f6ccb8c3d346872cd27a 100755
(executable)
--- a/
mac/make-package
+++ b/
mac/make-package
@@
-265,7
+265,7
@@
if test "$with_app" == "yes"; then
## Copy Emacs application
cp -r Emacs.app ${tempappdir}
## Delete any CVS files
- find ${tempappdir} -name "CVS" -type d -exec
dir
rm -rf {} \;
+ find ${tempappdir} -name "CVS" -type d -exec rm -rf {} \;
## Have application be a symlink to ${prefix}/bin/emacs
if test "$app_symlink" == "yes"; then